feat(arc): auto-materialize Arc pi-subagents - #17
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR moves forward the Arc
pi-subagentscoordination work without the Taskplane spike changes. It keeps the small Codex nano model fix and focuses on making Arc specialists available automatically, easier to monitor, and safer to refresh when model/profile configuration changes.What changed
Auto-materialized Arc specialists
extensions/arc/subagents.tsas the dedicated materialization module for Arc specialist agent definitions.pi-subagentsuser-scope agent directory by default so users do not have to run/arc-subagents-syncas a normal setup step.@sentiolabs/pi-arc.Safer fallback and shadow handling
/arc-subagents-syncas a deprecated repair/backcompat command instead of the primary path.Model profile coordination
/arc-modelssaves profile changes, so generated frontmatter stays aligned with the configured Arc model profiles.openai-codex/gpt-5.4-nanodefault withopenai-codex/gpt-5.4-mini.Arc skill and docs guidance
/arc-subagents-syncis now a repair/backcompat path./subagents-statussemantics: it is for active/recent async runs, while installed/idle specialists are discovered via agent listing.pi-intercomas a package dependency.pi-subagentsArc specialist dispatch when available, while preserving the self-containedarc_agentfallback when specialists cannot load.Explicitly not included
pi-subagentsimprovements can proceed independently of current Taskplane package conflicts.Validation
npm test— 55 tests passed